projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ba577c
)
* src/xmenu.c: Do not included lwlib.h, not needed.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Tue, 27 Jul 2010 04:12:42 +0000
(21:12 -0700)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Tue, 27 Jul 2010 04:12:42 +0000
(21:12 -0700)
src/ChangeLog
patch
|
blob
|
history
src/xmenu.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 8abb9b6ab7f5a7e43d69ac7a4043379d939a73e0..d11f2d91290642ae2e5707ea24e65da62f152c01 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2010-07-27 Dan Nicolaescu <dann@ics.uci.edu>
+ * xmenu.c: Do not included lwlib.h, not needed.
+
* m/iris4d.h (XUINT, XSET): Remove, not needed.
* process.c: Move definitions earlier to minimize #ifdefs.
diff --git
a/src/xmenu.c
b/src/xmenu.c
index 2fb39339b9858409f67d78112e6268601afad7fb..9163f7c31daa4b30bfd71521cd1c13c5e135567d 100644
(file)
--- a/
src/xmenu.c
+++ b/
src/xmenu.c
@@
-89,7
+89,6
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <X11/Xaw/Paned.h>
#endif /* HAVE_XAW3D */
#endif /* USE_LUCID */
-#include "../lwlib/lwlib.h"
#else /* not USE_X_TOOLKIT */
#ifndef USE_GTK
#include "../oldXMenu/XMenu.h"